-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactored hook handlers in mod_stream_management #3884
Conversation
small_tests_24 / small_tests / 3c9914e small_tests_25 / small_tests / 3c9914e ldap_mnesia_24 / ldap_mnesia / 3c9914e dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 3c9914e dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 3c9914e ldap_mnesia_25 / ldap_mnesia / 3c9914e dynamic_domains_mysql_redis_25 / mysql_redis / 3c9914e pgsql_mnesia_24 / pgsql_mnesia / 3c9914e dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 3c9914e internal_mnesia_25 / internal_mnesia / 3c9914e elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / 3c9914e riak_mnesia_24 / riak_mnesia / 3c9914e pgsql_mnesia_25 / pgsql_mnesia / 3c9914e mysql_redis_25 / mysql_redis / 3c9914e mssql_mnesia_25 / odbc_mssql_mnesia / 3c9914e |
Codecov ReportBase: 81.63% // Head: 83.15% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #3884 +/- ##
==========================================
+ Coverage 81.63% 83.15% +1.52%
==========================================
Files 535 535
Lines 34205 34204 -1
==========================================
+ Hits 27923 28444 +521
+ Misses 6282 5760 -522
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
3c9914e
to
c3404c3
Compare
small_tests_24 / small_tests / c3404c3 small_tests_25 / small_tests / c3404c3 dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / c3404c3 ldap_mnesia_24 / ldap_mnesia / c3404c3 dynamic_domains_mysql_redis_25 / mysql_redis / c3404c3 ldap_mnesia_25 / ldap_mnesia / c3404c3 dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / c3404c3 internal_mnesia_25 / internal_mnesia / c3404c3 elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / c3404c3 pgsql_mnesia_24 / pgsql_mnesia / c3404c3 dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / c3404c3 riak_mnesia_24 / riak_mnesia / c3404c3 pgsql_mnesia_25 / pgsql_mnesia / c3404c3 mysql_redis_25 / mysql_redis / c3404c3 mssql_mnesia_25 / odbc_mssql_mnesia / c3404c3 pep_SUITE:pep_tests:unsubscribe_after_presence_unsubscription{error,
{{badmatch,
[{xmlel,<<"message">>,
[{<<"from">>,
<<"alice_unsubscribe_after_presence_unsubscription_2693@localhost">>},
{<<"to">>,
<<"bob_unsubscribe_after_presence_unsubscription_2693@localhost/res1">>},
{<<"type">>,<<"headline">>}],
[{xmlel,<<"event">>,
[{<<"xmlns">>,
<<"http://jabber.org/protocol/pubsub#event">>}],
[{xmlel,<<"items">>,
[{<<"node">>,<<"y4cACT1ypkdB7wz4JCZu+g==">>}],
[{xmlel,<<"item">>,
[{<<"id">>,<<"salmon">>}],
[{xmlel,<<"entry">>,
[{<<"xmlns">>,
<<"http://www.w3.org/2005/Atom">>}],
[]}]}]}]},
{xmlel,<<"headers">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/shim">>}],
[]}]}]},
[{pep_SUITE,'-unsubscribe_after_presence_unsubscription/1-fun-0-',2,
[{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"},
{line,384}]},
{escalus_story,story,4,
[{file,
"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
{line,72}]},
{test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1291}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,1223}]}]}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌🏽
This PR changes all hook handlers in
mod_stream_management
module togen_hook
format.